[x86_64] Guests no longer set _PAGE_USER on kernel mappings.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 22 Aug 2006 14:26:40 +0000 (15:26 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 22 Aug 2006 14:26:40 +0000 (15:26 +0100)
commit314ded74107cfb60943181ee6d226013853d3ffd
treeec02e8db5936037eb497a6daa91e13502ad1a759
parent6631e301e8b66fb8dc979efeb58231d870acde1d
[x86_64] Guests no longer set _PAGE_USER on kernel mappings.
This may allow guest kernels to be run outside ring 3 in future, and
also provides scope for optimisations today (e.g., using global bit on
user mappings).

Signed-off-by: Jun Nakajima <jun.nakajima@intel.com>
Signed-off-by: Keir Fraser <keir@xensource.com>
linux-2.6-xen-sparse/arch/i386/mm/ioremap-xen.c
linux-2.6-xen-sparse/arch/x86_64/mm/init-xen.c
linux-2.6-xen-sparse/include/asm-x86_64/mach-xen/asm/pgtable.h
tools/libxc/xc_linux_build.c
xen/arch/x86/domain_build.c
xen/arch/x86/mm.c